home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / DVI_DVI1 / dvilj / Makefile < prev    next >
Makefile  |  1996-02-21  |  2KB  |  80 lines

  1. # Project:   DVIlasjet
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -IC:
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.dvilj:   @.o.dvichars @.o.dviconv @.o.dvifont @.o.dviIO @.o.dvilj \
  16.         @.o.dvimisc @.o.findfile @.o.tfm @.o.diagrams @.o.drawfile @.^.^.Clib.o.Stubs \
  17.         @.^.^.Clib.o.OSLib 
  18.         Link $(Linkflags) @.o.dvichars @.o.dviconv @.o.dvifont @.o.dviIO \
  19.         @.o.dvilj @.o.dvimisc @.o.findfile @.o.tfm @.o.diagrams @.o.drawfile \
  20.         @.^.^.Clib.o.Stubs @.^.^.Clib.o.OSLib 
  21.  
  22.  
  23. # User-editable dependencies:
  24.  
  25. # Static dependencies:
  26. @.o.dvichars:   @.c.dvichars
  27.         cc $(ccflags) -o @.o.dvichars @.c.dvichars 
  28. @.o.dviconv:   @.c.dviconv
  29.         cc $(ccflags) -o @.o.dviconv @.c.dviconv 
  30. @.o.dvifont:   @.c.dvifont
  31.         cc $(ccflags) -o @.o.dvifont @.c.dvifont 
  32. @.o.dviIO:   @.c.dviIO
  33.         cc $(ccflags) -o @.o.dviIO @.c.dviIO 
  34. @.o.dvilj:   @.c.dvilj
  35.         cc $(ccflags) -o @.o.dvilj @.c.dvilj 
  36. @.o.dvimisc:   @.c.dvimisc
  37.         cc $(ccflags) -o @.o.dvimisc @.c.dvimisc 
  38. @.o.findfile:   @.c.findfile
  39.         cc $(ccflags) -o @.o.findfile @.c.findfile 
  40. @.o.tfm:   @.c.tfm
  41.         cc $(ccflags) -o @.o.tfm @.c.tfm 
  42. @.o.diagrams:   @.c.diagrams
  43.         cc $(ccflags) -o @.o.diagrams @.c.diagrams
  44. @.o.drawfile:   @.s.diagrams
  45.         cc $(ccflags) -o @.o.drawfile @.s.drawfile
  46.                 
  47.  
  48. # Dynamic dependencies:
  49. o.dvichars:    c.dvichars
  50. o.dvichars:    h.dvilj
  51. o.dvichars:    h.config
  52. o.dvichars:    h.commands
  53. o.dviconv:    c.dviconv
  54. o.dviconv:    h.dvilj
  55. o.dviconv:    h.config
  56. o.dviconv:    h.commands
  57. o.dvifont:    c.dvifont
  58. o.dvifont:    h.dvilj
  59. o.dvifont:    h.config
  60. o.dvifont:    h.commands
  61. o.dviIO:    c.dviIO
  62. o.dviIO:    h.dvilj
  63. o.dviIO:    h.config
  64. o.dviIO:    h.commands
  65. o.dvilj:    c.dvilj
  66. o.dvilj:    h.dvilj
  67. o.dvilj:    h.config
  68. o.dvilj:    h.commands
  69. o.dvimisc:    c.dvimisc
  70. o.dvimisc:    h.dvilj
  71. o.dvimisc:    h.config
  72. o.dvimisc:    h.commands
  73. o.findfile:    c.findfile
  74. o.findfile:    h.config
  75. o.findfile:    h.fromosl
  76. o.diagrams:    h.diagrams
  77. o.diagrams:    h.config
  78. o.diagrams:    h.dvilj
  79. o.drawfile:    s.drawfile
  80.